Profile Bio Smarty Code
Design and Skin Customization
The profile_bio section is a section that your users can edit. Allowing them to add in a {jrCore_list} call is giving them free mostly-unrestricted access to the database.
If that was possible I could signup to your site and drop in a jrCore_list call to the users table and get a list of names and email addresses of everyone on your site.
bad idea. Whats the actual reason you're thinking about doing it this way?
Look at the way the embed module works, it allows for replacement stuff to put in other stuff from the database via the use of a placeholder. (eg, add an audio file to the bio via the embed module and it will put a tag like
[ jrEmbed module="jrAudio" id="3" ]
Then replace that with the player on output.
updated by @michael: 09/29/18 05:11:11PM